SetOverrideCertificateErrorsRequest

data class SetOverrideCertificateErrorsRequest(override: Boolean)

Represents request frame that can be used with Security#setOverrideCertificateErrors operation call.

Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands.

See also

Constructors

SetOverrideCertificateErrorsRequest
Link copied to clipboard
fun SetOverrideCertificateErrorsRequest(override: Boolean)

Properties

override
Link copied to clipboard
val override: Boolean
If true, certificate errors will be overridden.

Sources

jvm source
Link copied to clipboard